home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 June / MacFormat 25.iso / Shareware City / Developers / macgzip_03b2-src / macos / think / ICMappings.h < prev    next >
Encoding:
Text File  |  1994-11-28  |  378 b   |  7 lines  |  [TEXT/MMCC]

  1. ICError ICMDeleteEntry (Handle entries, long pos);
  2. ICError    ICMCountEntries (Handle entries, long *count);
  3. ICError ICMGetEntry (Handle entries, long pos, ICMapEntry *entry);
  4. ICError    ICMGetIndEntry (Handle entries, long ndx, long *pos, ICMapEntry *entry);
  5. ICError ICMAddEntry (Handle entries, ICMapEntry *entry);
  6. ICError ICMSetEntry (Handle entries, long pos, ICMapEntry *entry);
  7.